home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 February / PCWorld_2008-02_cd.bin / v cisle / qip / qipinfium9000.exe / infium.exe / 0 / RCDATA / TFRMMAN / TFRMMAN.txt
Text File  |  2007-12-27  |  4KB  |  173 lines

  1. object frmMan: TfrmMan
  2.   Left = 487
  3.   Top = 328
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   ClientHeight = 325
  7.   ClientWidth = 234
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   OldCreateOrder = False
  16.   OnClose = TntFormClose
  17.   OnCreate = TntFormCreate
  18.   OnKeyDown = TntFormKeyDown
  19.   OnShow = FormShow
  20.   DesignSize = (
  21.     234
  22.     325)
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object BevelProfile: TInfuBevel
  26.     Left = 8
  27.     Top = 126
  28.     Width = 219
  29.     Height = 180
  30.     Anchors = [akLeft, akTop, akRight, akBottom]
  31.     Shape = bsFrame
  32.   end
  33.   object LabelProfile: TInfuLabel
  34.     Left = 17
  35.     Top = 133
  36.     Width = 46
  37.     Height = 13
  38.     Caption = '_Profile:'
  39.     Font.Charset = DEFAULT_CHARSET
  40.     Font.Color = clWindowText
  41.     Font.Height = -11
  42.     Font.Name = 'Tahoma'
  43.     Font.Style = [fsBold]
  44.     ParentFont = False
  45.   end
  46.   object LabelPass: TInfuLabel
  47.     Left = 17
  48.     Top = 181
  49.     Width = 64
  50.     Height = 13
  51.     Caption = '_Password:'
  52.     Font.Charset = DEFAULT_CHARSET
  53.     Font.Color = clWindowText
  54.     Font.Height = -11
  55.     Font.Name = 'Tahoma'
  56.     Font.Style = [fsBold]
  57.     ParentFont = False
  58.   end
  59.   object ImageLogo: TInfuImage
  60.     Left = 8
  61.     Top = 10
  62.     Width = 218
  63.     Height = 104
  64.     Center = True
  65.   end
  66.   object LabelVer: TInfuLabel
  67.     Left = 9
  68.     Top = 310
  69.     Width = 20
  70.     Height = 11
  71.     Anchors = [akLeft, akBottom]
  72.     Caption = '_Ver'
  73.     Font.Charset = DEFAULT_CHARSET
  74.     Font.Color = clWindowText
  75.     Font.Height = -9
  76.     Font.Name = 'Tahoma'
  77.     Font.Style = []
  78.     ParentFont = False
  79.     Transparent = True
  80.   end
  81.   object LabelLink: TInfuLabel
  82.     Left = 176
  83.     Top = 309
  84.     Width = 50
  85.     Height = 11
  86.     Cursor = crHandPoint
  87.     Anchors = [akRight, akBottom]
  88.     Caption = 'www.qip.ru'
  89.     Font.Charset = DEFAULT_CHARSET
  90.     Font.Color = clHotLight
  91.     Font.Height = -9
  92.     Font.Name = 'Tahoma'
  93.     Font.Style = []
  94.     ParentFont = False
  95.     Transparent = True
  96.     OnClick = LabelLinkClick
  97.     OnMouseEnter = LabelLinkMouseEnter
  98.     OnMouseLeave = LabelLinkMouseLeave
  99.   end
  100.   object LabelNew: TInfuLabel
  101.     Left = 60
  102.     Top = 282
  103.     Width = 95
  104.     Height = 13
  105.     Cursor = crHandPoint
  106.     Caption = '_Create new profile'
  107.     Font.Charset = DEFAULT_CHARSET
  108.     Font.Color = clHotLight
  109.     Font.Height = -11
  110.     Font.Name = 'Tahoma'
  111.     Font.Style = [fsUnderline]
  112.     ParentFont = False
  113.     OnClick = LabelNewClick
  114.     OnMouseEnter = LabelNewMouseEnter
  115.     OnMouseLeave = LabelNewMouseLeave
  116.   end
  117.   object CBProfile: TInfuComboBox
  118.     Left = 17
  119.     Top = 150
  120.     Width = 201
  121.     Height = 21
  122.     DropDownCount = 16
  123.     ItemHeight = 13
  124.     MaxLength = 128
  125.     TabOrder = 0
  126.     OnChange = CBProfileChange
  127.     OnDropDown = CBProfileDropDown
  128.   end
  129.   object BitBtnOpen: TInfuBitBtn
  130.     Left = 17
  131.     Top = 251
  132.     Width = 97
  133.     Height = 25
  134.     Caption = '_Create/Open'
  135.     Default = True
  136.     Font.Charset = DEFAULT_CHARSET
  137.     Font.Color = clWindowText
  138.     Font.Height = -11
  139.     Font.Name = 'Tahoma'
  140.     Font.Style = [fsBold]
  141.     ParentFont = False
  142.     TabOrder = 3
  143.     OnClick = BitBtnOpenClick
  144.   end
  145.   object EditPass: TInfuEdit
  146.     Left = 17
  147.     Top = 198
  148.     Width = 201
  149.     Height = 21
  150.     MaxLength = 128
  151.     TabOrder = 1
  152.     PasswordCharW = #9679
  153.   end
  154.   object CheckBoxDontAskPass: TInfuCheckBox
  155.     Left = 17
  156.     Top = 226
  157.     Width = 201
  158.     Height = 17
  159.     Caption = '_Don'#39't ask for a password'
  160.     TabOrder = 2
  161.   end
  162.   object BitBtnDelete: TInfuBitBtn
  163.     Left = 121
  164.     Top = 251
  165.     Width = 97
  166.     Height = 25
  167.     Caption = '_Delete'
  168.     Enabled = False
  169.     TabOrder = 4
  170.     OnClick = BitBtnDeleteClick
  171.   end
  172. end
  173.